--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 0cd715027dc9e27a335612e0086bf7087e421776
Parents : 7bc5d91
Author : Mark Qvist <mark@unsigned.io>
Date : 2021-07-07T13:09:03+02:00
Updated screenshots. Updated colormode log info.
Changes
4 files changed, 1 insertions(+), 1 deletions(-)
Diff
diff --git a/docs/screenshots/1.png b/docs/screenshots/1.png
index 69c665f..15665f2 100644
Binary files a/docs/screenshots/1.png and b/docs/screenshots/1.png differ
diff --git a/docs/screenshots/2.png b/docs/screenshots/2.png
index af754cd..88da3ba 100644
Binary files a/docs/screenshots/2.png and b/docs/screenshots/2.png differ
diff --git a/docs/screenshots/3.png b/docs/screenshots/3.png
index 4cda1dd..760ba60 100644
Binary files a/docs/screenshots/3.png and b/docs/screenshots/3.png differ
diff --git a/nomadnet/ui/TextUI.py b/nomadnet/ui/TextUI.py
index 98bba47..57bc577 100644
--- a/nomadnet/ui/TextUI.py
+++ b/nomadnet/ui/TextUI.py
@@ -124,7 +124,7 @@ class TextUI:
# TODO: Probably remove this at some point when better terminal
# color capability detection has been implemented
if colormode > 16:
- RNS.log("Starting Text UI in "+str(colormode)+" color mode. If no UI appears, try adjusting your color settings in "+str(self.app.configdir)+"/config", RNS.LOG_INFO)
+ RNS.log("Starting Text UI in "+str(colormode)+" color mode. If no UI appears, try adjusting your color settings in "+str(self.app.configdir)+"/config", RNS.LOG_INFO, _override_destination = True)
self.set_colormode(colormode)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────